home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / utilities / system / intuition / shadow / examples / swri / control.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-17  |  1.0 KB  |  48 lines

  1. /*
  2.  * SWRI controller Program -- the header.
  3.  *
  4.  * å© Copyright 1991, ALl Rights Reserved
  5.  *
  6.  *  David C. Navas
  7.  */
  8. #include <shadow/coreMeta.h>
  9. #include <shadow/coreRoot.h>
  10. #include <shadow/process.h>
  11.  
  12.  
  13. /*
  14.  * the process name
  15.  */
  16. #define SWRINDE_CONTROL_PROGRAM "SWRI Control Program\0"
  17.  
  18. /*
  19.  * for the class
  20.  */
  21. #define SWRINDE_DATA_CLASS "SWRI NDE data table Class"
  22.  
  23. #define ATTR_SWRINDE_DATA "256 block data\0"
  24.  
  25.  
  26. /*
  27.  * for the cluster.
  28.  */
  29. #define SWRINDE_CONTROL_CLUSTER "SWRI NDE Control Cluster\0"
  30.  
  31. #define METHOD_SWRINDECONTROLCLUSTER_COMPUTE "Computation method for SWRINDE Control"
  32.  
  33. /*
  34.  * The control window class
  35.  */
  36.  
  37. #define CONTROLWINCLASS "Window class that controls SWRI NDE"
  38.  
  39. /*
  40.  * define all of our gui class names, so that they can be distinct from
  41.  * the default names, which browser uses.
  42.  */
  43. #define GUIPROCESSCLASS "swri gui process class\0"
  44. #define GUITASK "SWRI's Gui Task"
  45. #define GUICLASS        "swri gui class\0"
  46. #define WINDOWCLASS     "swri Window Class"
  47. #define GADGTCLASS    "swri Gadget GadTool Class"
  48.